![]() |
PATH![]() |
![]() ![]() |
Commands are described in detail in Commands.
A command is a request for action. In AppleScript, you can use application commands, which are defined in each application's dictionary; AppleScript commands, which are defined and handled by AppleScript; or scripting addition commands, which are defined and handled by AppleScript extensions called scripting additions.
Table A-4 lists standard application commands and AppleScript commands. For information about scripting addition commands, see Scripting Additions and Scripting Addition Commands. You can also refer to the AppleScript section of the Mac OS Help Center, or visit the AppleScript website at
The syntax shown for standard application commands is the syntax supported by most applications. Individual applications can extend or change the way the standard application commands work.
For information about how a specific application handles a particular application command, see the application's dictionary. For more detailed descriptions of the commands listed here, see Commands
IMPORTANT
Some syntax statements use the continuation character (¬) to identify text that, if included, must appear on the same line. The ¬ character is not a required part of the syntax, although you can use it to extend a statement beyond one line.